home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2274 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  809 b 

  1. Path: btree.is.brooktree.com!usenet
  2. From: sasha@brooktree.com (Alex Bakaev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP! Borland C++ font compile problem!
  5. Date: Tue, 16 Jan 1996 20:11:32 GMT
  6. Organization: Brooktree Corporation
  7. Message-ID: <4dh0pa$oc4@btree.brooktree.com>
  8. References: <4ddort$qpc@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: komissar.is.brooktree.com
  10.  
  11. mrbig0233@aol.com (MrBig0233) wrote:
  12.  
  13. >I have used Resource Workshop for Windows to make a font file, and c++ to
  14. >compile it. When I compile the font compiler program in c++, the error
  15. >message says:
  16.  
  17. >Linker Error: Undefined symbol _main in module WINMAIN
  18.  
  19. >This program is a Windows program, but it has no "_main" in it. What is
  20. >wrong?
  21.  
  22. The font file should be compiled as a DLL and should not have neither
  23. WinMain nor main.
  24.  
  25. Regards, Alex
  26.  
  27.